AbstractBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun both(validator: EntryValidator<T>): E
fun both(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E
Link copied to clipboard
Link copied to clipboard
fun strong(validator: EntryValidator<T>): E
fun strong(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E
Link copied to clipboard
fun weak(validator: EntryValidator<T>): E
fun weak(predicate: Predicate<T>, errorMsg: String = "Problem validating Entry!"): E